DeliverPushMessageRequest

data class DeliverPushMessageRequest(origin: String, registrationId: RegistrationID, data: String)

Represents request frame that can be used with ServiceWorker#deliverPushMessage operation call.

See also

Constructors

DeliverPushMessageRequest
Link copied to clipboard
fun DeliverPushMessageRequest(origin: String, registrationId: RegistrationID, data: String)

Properties

data
Link copied to clipboard
val data: String
origin
Link copied to clipboard
val origin: String
registrationId
Link copied to clipboard
val registrationId: RegistrationID

Sources

jvm source
Link copied to clipboard